added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBAzureTableStoragePaging / MvcWebRole / Content / Site.css
blob4815fec952d62de81a46c82713227e24dd7b0b6e
1 /*----------------------------------------------------------
2 The base color for this template is #5c87b2. If you'd like
3 to use a different color start by replacing all instances of
4 #5c87b2 with your new color.
5 ----------------------------------------------------------*/
6 body
8 background-color: #5c87b2;
9 font-size: .75em;
10 font-family: Verdana, Helvetica, Sans-Serif;
11 margin: 0;
12 padding: 0;
13 color: #696969;
16 a:link
18 color: #034af3;
19 text-decoration: underline;
21 a:visited
23 color: #505abc;
25 a:hover
27 color: #1d60ff;
28 text-decoration: none;
30 a:active
32 color: #12eb87;
35 p, ul
37 margin-bottom: 20px;
38 line-height: 1.6em;
41 /* HEADINGS
42 ----------------------------------------------------------*/
43 h1, h2, h3, h4, h5, h6
45 font-size: 1.5em;
46 color: #000;
47 font-family: Arial, Helvetica, sans-serif;
52 font-size: 2em;
53 padding-bottom: 0;
54 margin-bottom: 0;
58 padding: 0 0 10px 0;
62 font-size: 1.2em;
66 font-size: 1.1em;
68 h5, h6
70 font-size: 1em;
73 /* this rule styles <h2> tags that are the
74 first child of the left and right table columns */
75 .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
77 margin-top: 0;
80 /* PRIMARY LAYOUT ELEMENTS
81 ----------------------------------------------------------*/
83 /* you can specify a greater or lesser percentage for the
84 page width. Or, you can specify an exact pixel width. */
85 .page
87 width: 90%;
88 margin-left: auto;
89 margin-right: auto;
92 #header
94 position: relative;
95 margin-bottom: 0px;
96 color: #000;
97 padding: 0;
100 #header h1
102 font-weight: bold;
103 padding: 5px 0;
104 margin: 0;
105 color: #fff;
106 border: none;
107 line-height: 2em;
108 font-family: Arial, Helvetica, sans-serif;
109 font-size: 32px !important;
112 #main
114 padding: 30px 30px 15px 30px;
115 background-color: #fff;
116 margin-bottom: 30px;
117 _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
120 #footer
122 color: #999;
123 padding: 10px 0;
124 text-align: center;
125 line-height: normal;
126 margin: 0;
127 font-size: .9em;
130 /* TAB MENU
131 ----------------------------------------------------------*/
132 ul#menu
134 border-bottom: 1px #5C87B2 solid;
135 padding: 0 0 2px;
136 position: relative;
137 margin: 0;
138 text-align: right;
141 ul#menu li
143 display: inline;
144 list-style: none;
147 ul#menu li#greeting
149 padding: 10px 20px;
150 font-weight: bold;
151 text-decoration: none;
152 line-height: 2.8em;
153 color: #fff;
156 ul#menu li a
158 padding: 10px 20px;
159 font-weight: bold;
160 text-decoration: none;
161 line-height: 2.8em;
162 background-color: #e8eef4;
163 color: #034af3;
166 ul#menu li a:hover
168 background-color: #fff;
169 text-decoration: none;
172 ul#menu li a:active
174 background-color: #a6e2a6;
175 text-decoration: none;
178 ul#menu li.selected a
180 background-color: #fff;
181 color: #000;
184 /* FORM LAYOUT ELEMENTS
185 ----------------------------------------------------------*/
187 fieldset
189 margin: 1em 0;
190 padding: 1em;
191 border: 1px solid #CCC;
194 fieldset p
196 margin: 2px 12px 10px 10px;
199 legend
201 font-size: 1.1em;
202 font-weight: 600;
203 padding: 2px 4px 8px 4px;
206 input[type="text"]
208 width: 200px;
209 border: 1px solid #CCC;
212 input[type="password"]
214 width: 200px;
215 border: 1px solid #CCC;
218 /* TABLE
219 ----------------------------------------------------------*/
221 table
223 border: solid 1px #e8eef4;
224 border-collapse: collapse;
227 table td
229 padding: 5px;
230 border: solid 1px #e8eef4;
233 table th
235 padding: 6px 5px;
236 text-align: left;
237 background-color: #e8eef4;
238 border: solid 1px #e8eef4;
241 /* MISC
242 ----------------------------------------------------------*/
243 .clear
245 clear: both;
248 .error
250 color:Red;
253 #menucontainer
255 margin-top:40px;
258 div#title
260 display:block;
261 float:left;
262 text-align:left;
265 #more
267 font-size:1.1em;
268 display:block;
269 text-align:right;
270 margin:10px;
271 color:White;
274 #more a:link
276 color: white;
277 text-decoration: underline;
280 #more a:visited
282 color: white;
283 text-decoration: underline;
286 #more a:hover
288 color: white;
289 text-decoration: none;
292 /* Styles for validation helpers
293 -----------------------------------------------------------*/
294 .field-validation-error
296 color: #ff0000;
299 .field-validation-valid
301 display: none;
304 .input-validation-error
306 border: 1px solid #ff0000;
307 background-color: #ffeeee;
310 .validation-summary-errors
312 font-weight: bold;
313 color: #ff0000;
316 .validation-summary-valid
318 display: none;
321 /* Styles for editor and display helpers
322 ----------------------------------------------------------*/
323 .display-label,
324 .editor-label,
325 .display-field,
326 .editor-field
328 margin: 0.5em 0;
331 .text-box
333 width: 30em;
336 .text-box.multi-line
338 height: 6.5em;
341 .tri-state
343 width: 6em;